Coronavirus Analysis Using Python
Coronavirus analysis is done by getting data of confirmed,deaths,recovered cases.We draw various bar graph,pie chart,line graph and tabular column to analyse and visualize the cases in various countries.
We compare the higheest number of cases in particular country with rest of countries.
We  then analyze the cases in India and draw bar,pie and line graph for visualization.
We use matplotlib,pandas,numpy,seaborn for plotting graphs,calculating active,recovered and death cases int he world.
